home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_222 / plplot / src / source.zoo / lmkfile < prev    next >
Text File  |  1989-05-15  |  2KB  |  35 lines

  1. SRCS = src/plabv.c src/pladv.c src/plbeg.c src/plbin.c src/plbox.c \
  2.        src/plccal.c src/plclr.c src/plcntr.c src/plcol.c src/plcont.c \
  3.        src/plcvec.c src/pldeco.c src/pldtik.c src/plend.c src/plenv.c \
  4.        src/plerrx.c src/plerry.c src/plerx1.c src/plery1.c src/plfont.c \
  5.        src/plform.c src/plgra.c src/plgspa.c src/plhist.c src/plhrsh.c \
  6.        src/pljoin.c src/pllab.c src/pllclp.c src/plline.c src/plmtex.c \
  7.        src/plnxtv.c src/plpoi1.c src/plpoin.c src/plptex.c src/plr135.c \
  8.        src/plr45.c src/plschr.c src/plsmaj.c src/plsmin.c src/plssym.c \
  9.        src/plstar.c src/plstik.c src/plstr.c src/plstrl.c src/plstyl.c \
  10.        src/plsvpa.c src/plsym.c src/plsym1.c src/pltext.c src/plvpor.c \
  11.        src/plvsta.c src/plwind.c src/plxtik.c src/plxybx.c src/plxytx.c \
  12.        src/plytik.c src/plzbx.c src/plztx.c src/pl3cut.c src/plbox3.c \
  13.        src/plgrid3.c src/plot3d.c src/plside3.c src/plt3zz.c src/plw3d.c \
  14.        src/define.c src/fatal.c src/fcnvrt.c src/genlin.c src/global.c \
  15.        src/icnvrt.c src/movphy.c src/movwor.c src/round.c src/setphy.c \
  16.        src/setpxl.c src/setsub.c src/stindex.c src/strpos.c src/xform.c \
  17.        src/impress.c src/laserjetii.c src/tektronix.c src/Amiga.c \
  18.        src/font01.c src/font02.c src/font03.c src/font04.c src/font05.c \
  19.        src/font06.c src/font07.c src/font08.c src/font09.c src/font10.c \
  20.        src/font11.c
  21.        
  22. # I had trouble using the lformat option of the list command here so I
  23. # moved the command needed to update the library into the exec file 
  24. # UpdateLib.  I also had trouble with the R option of lc (using 5.0) hence
  25. # the need for updating the library myself.  I have not tryed this option
  26. # with version 5.02.  
  27.  
  28. lib/plplot.lib: $(SRCS)
  29.    @makedir ram:pltemp
  30.    @echo "Compiling Updated Routines"
  31.    -@lc -oram:pltemp/ -b0 -iinclude $?
  32.    @echo "Updating Library"
  33.    @execute UpdateLib
  34.    @echo "Finished"
  35.